github.com/klauspost/compress/zstd.dict.litEnc (field)
9 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L435: if huff == nil || (hist.dict != nil && huff == hist.dict.litEnc) {
dict.go#L18: litEnc *huff0.Scratch
dict.go#L66: return d.litEnc
dict.go#L91: d.litEnc, b, err = huff0.ReadTable(b[8:], nil)
dict.go#L95: d.litEnc.Reuse = huff0.ReusePolicyMust
dict.go#L224: litEnc: nil,
enc_base.go#L168: e.blk.dictLitEnc = d.litEnc
history.go#L50: if h.dict == nil || h.dict.litEnc != h.huffTree {
history.go#L67: h.huffTree = dict.litEnc
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |